|
|
ABX,
I tried the code you sent, and povray rendered just the background. I guess
I didn't fill in the blanks correctly. I put a simple sphere for the object,
and replaced "Iterations" with "300". I kept everything else the same. What
am I doing wrong?
Steve
"ABX" <abx### [at] abxartpl> wrote in message
news:7vjtgvsv7pm5rvhp1i8shlv934k7a6q3gd@4ax.com...
> On Fri, 11 Jul 2003 09:54:04 -0500, "Steve Shelby" <ssh### [at] rexnetnet>
wrote:
> >object is scale 1, the second is scale 1.04, trans .01*X.
>
> #local ObjectOrg = object{ ... }
> #local Object = ObjectOrg;
> #local Counter = 0;
> #while (Counter<Iterations)
> #local Object = union{
> object{ ObjectOrg }
> object{ Object scale 1.04 translate .01*X}
> }
> #local Counter = Counter + 1;
> #end
>
> > any of you have any suggestions?
>
> helped ?
>
> ABX
Post a reply to this message
|
|